(compilation-parse-errors): Remove debugging setq.
authorRoland McGrath <roland@gnu.org>
Wed, 7 Apr 1993 19:57:10 +0000 (19:57 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 7 Apr 1993 19:57:10 +0000 (19:57 +0000)
lisp/progmodes/compile.el

index ab942de603d7842935d60dc95130436055382d9a..30697318ebccb36b9c7d7945b95365ac0988f03b 100644 (file)
@@ -952,7 +952,6 @@ See variable `compilation-parse-errors-function' for the interface it uses."
             (while (and alist
                         (null (match-beginning (car (car alist)))))
               (setq alist (cdr alist)))
-            (setq losing-data (match-data))
             (if alist
                 (setq alist (car alist))
               (error "compilation-parse-errors: impossible regexp match!"))